.home-banner {
  height: 640px;
  min-width: 1200px;
  overflow: hidden;
}
.home-banner img {
  width: 100%;
  height: 640px;
  display: block;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.home {
  width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
}
.home .section-title {
  height: 32px;
  font-size: 26px;
  font-weight: 600;
  color: #333333;
  line-height: 32px;
  letter-spacing: 1px;
  position: relative;
}
.home .section-title .more {
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  line-height: 22px;
  padding-right: 17px;
  background: url(../img/arrow01.png) right center no-repeat;
  background-size: 8px 13px;
  position: absolute;
  right: 0;
  top: 6px;
}
.home .section01 {
  margin-bottom: 48px;
}
.home .section01 .flex {
  justify-content: space-between;
  margin-top: 18px;
}
.home .section01 .news-scroll {
  width: 722px;
  height: 420px;
  background: #28c1ff;
  margin: 0;
  position: relative;
}
.home .section01 .news-scroll .scroll-item {
  width: 722px;
  height: 420px;
  background: #28C1FF;
  position: relative;
}
.home .section01 .news-scroll .scroll-item .img {
  width: 722px;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.home .section01 .news-scroll .scroll-item .title {
  width: 722px;
  height: 61px;
  background: rgba(51, 51, 51, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 25px;
  padding-right: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 61px;
}
.home .section01 .news-scroll .pagination01 {
  width: unset;
  position: absolute;
  bottom: 18px;
  right: 16px;
  left: unset;
  z-index: 20;
  display: inline-flex;
}
.home .section01 .news-scroll .pagination01 .num {
  width: 22px;
  height: 22px;
  background: rgba(255, 255, 255, 0.3);
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
  text-align: center;
  border-radius: 0;
  cursor: pointer;
}
.home .section01 .news-scroll .pagination01 .num.swiper-pagination-bullet-active {
  background: #0B81E6;
}
.home .section01 .news-list {
  width: 442px;
}
.home .section01 .news-list .news-item {
  border-bottom: dashed 1px #eee;
  margin-top: 15px;
  padding-bottom: 16px;
  position: relative;
  display: flex;
  align-items: center;
}
.home .section01 .news-list .news-item:first-child {
  margin-top: 0;
}
.home .section01 .news-list .news-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.home .section01 .news-list .news-item .time {
  height: 58px;
  position: relative;
  width: 55px;
  padding-right: 18px;
  text-align: center;
}
.home .section01 .news-list .news-item .time::before {
  content: "";
  width: 1px;
  height: 35px;
  display: block;
  background: #d2d2d2;
  position: absolute;
  right: 0;
  top: 11px;
}
.home .section01 .news-list .news-item .time .day {
  width: 55px;
  height: 50px;
  font-size: 36px;
  font-weight: 500;
  color: #333333;
  line-height: 50px;
  letter-spacing: 1px;
}
.home .section01 .news-list .news-item .time .date {
  width: 55px;
  height: 18px;
  font-size: 12px;
  font-weight: 500;
  color: #999999;
  line-height: 18px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home .section01 .news-list .news-item .news-title {
  margin-left: 18px;
  min-width: 0;
  max-height: 56px;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}
.home .section02 {
  margin-bottom: 48px;
}
.home .section02 .tab {
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home .section02 .tab .tab-item {
  width: 385px;
  height: 75px;
  background: #F4F6FA;
  color: #333333;
  cursor: pointer;
}
.home .section02 .tab .tab-item.active {
  background: #0B81E6;
  color: #FFFFFF;
}
.home .section02 .tab-container {
  margin-top: 18px;
}
.home .section02 .tab-content {
  background: #0B81E6 center bottom no-repeat;
  background-size: cover;
  padding-top: 36px;
  padding-left: 62px;
  box-sizing: border-box;
}
.home .section02 .tab-content01 {
  background-image: url(../img/home-tab01.png);
  height: 796px;
  color: #fff;
}
.home .section02 .tab-content01 .wrap {
  width: 1046px;
}
.home .section02 .tab-content01 p {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 38px;
  text-align: justify;
}
.home .section02 .tab-content01 p ~ p {
  margin-top: 12px;
}
.home .section02 .tab-content01 p b {
  font-weight: 500;
}
.home .section02 .tab-content01 p .sep {
  padding: 0 8px;
}
.home .section02 .tab-content01 .title01 {
  margin-top: 32px;
  height: 46px;
  background: url(../img/home-title01.png) center no-repeat;
  background-size: auto 46px;
  line-height: 46px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-indent: 22px;
}
.home .section02 .tab-content01 .timeline {
  margin-top: 26px;
  display: flex;
}
.home .section02 .tab-content01 .timeline .item {
  flex: 1;
  position: relative;
  text-align: center;
}
.home .section02 .tab-content01 .timeline .item::before, .home .section02 .tab-content01 .timeline .item::after {
  content: "";
  height: 3px;
  width: 50%;
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 72px;
}
.home .section02 .tab-content01 .timeline .item::before {
  left: 0;
}
.home .section02 .tab-content01 .timeline .item::after {
  right: 0;
}
.home .section02 .tab-content01 .timeline .item:first-child::before {
  display: none;
}
.home .section02 .tab-content01 .timeline .item:last-child::after {
  display: none;
}
.home .section02 .tab-content01 .timeline .item .time {
  height: 64px;
}
.home .section02 .tab-content01 .timeline .item .time .year {
  height: 18px;
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 18px;
}
.home .section02 .tab-content01 .timeline .item .time .month {
  height: 26px;
  font-size: 26px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 26px;
  margin-top: 7px;
}
.home .section02 .tab-content01 .timeline .item .dot {
  width: 12px;
  height: 12px;
  background: #fff;
  border: solid 4px #fff;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.home .section02 .tab-content01 .timeline .item .dot.active {
  background: #28C1FF;
}
.home .section02 .tab-content01 .timeline .item .wd {
  margin-top: 10px;
}
.home .section02 .tab-content01 .prize-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
}
.home .section02 .tab-content01 .prize-list .item {
  width: 250px;
  height: 172px;
  background: #FFFFFF;
  text-align: center;
  color: #0E6EC7;
}
.home .section02 .tab-content01 .prize-list .item .name {
  width: 250px;
  height: 52px;
  background: #0E6EC7;
  color: #fff;
  line-height: 52px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}
.home .section02 .tab-content01 .prize-list .item .info {
  text-align: center;
  color: #0E6EC7;
  font-size: 16px;
  font-weight: 400;
  color: #0E6EC7;
  line-height: 22px;
  padding-top: 8px;
}
.home .section02 .tab-content01 .prize-list .item .info .big {
  font-size: 26px;
  font-weight: bold;
  color: #0E6EC7;
  line-height: 26px;
}
.home .section02 .tab-content02 .title, .home .section02 .tab-content03 .title {
  height: 33px;
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 33px;
  padding-left: 22px;
  background: url(../img/icon-star.png) left center no-repeat;
  background-size: 16px 25px;
}
.home .section02 .tab-content02 .title .sep, .home .section02 .tab-content03 .title .sep {
  margin-left: 10px;
  margin-right: 10px;
}
.home .section02 .tab-content02 .list p, .home .section02 .tab-content03 .list p {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.home .section02 .tab-content02 .list .list-item, .home .section02 .tab-content03 .list .list-item {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  position: relative;
  padding-left: 30px;
}
.home .section02 .tab-content02 .list .list-item .num, .home .section02 .tab-content03 .list .list-item .num {
  width: 24px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 12px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #28C1FF;
  position: absolute;
  left: 0;
  top: 3px;
}
.home .section02 .tab-content02 {
  height: 498px;
  padding-left: 49px;
  background-image: url(../img/home-tab02.png);
  color: #fff;
}
.home .section02 .tab-content02 .list {
  margin-top: 20px;
}
.home .section02 .tab-content02 .list .list-item ~ .list-item {
  margin-top: 8px;
}
.home .section02 .tab-content03 {
  height: 718px;
  padding-right: 63px;
  background-image: url(../img/home-tab03.png);
  color: #fff;
}
.home .section02 .tab-content03 .list {
  margin-top: 12px;
}
.home .section02 .tab-content03 .list .list-item ~ .list-item {
  margin-top: 6px;
}
.home .section03 {
  width: 589px;
  margin-bottom: 56px;
}
.home .section03 .top-block {
  width: 589px;
  height: 295px;
  background-color: #d2d2d2;
  margin-top: 14px;
  position: relative;
}
.home .section03 .top-block .cover {
  width: 589px;
  height: 295px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .section03 .top-block .title {
  height: 47px;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.home .section03 .top-block .title span {
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 47px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 24px;
  display: block;
}
.home .section03 .list {
  margin-top: 14px;
}
.home .section03 .list .item {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 48px;
  letter-spacing: 1px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: justify;
}/*# sourceMappingURL=home.css.map */